Reorganise test code
authorFelix Krull <f_krull@gmx.de>
Tue, 21 May 2019 17:28:49 +0000 (19:28 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
commit60960612a31665452e03eb08b17f64644328e36c
treeb4f2b0859763dabd3c98a534d9478475d7e81493
parentbf488d2266654ddfa0460f92a59764a915d424d6
Reorganise test code

This way I don't need to differentiate between tests for generated code
and tests for hand-written code.
rust-bindings/rust/src/collection_ref.rs [new file with mode: 0644]
rust-bindings/rust/src/collection_ref/mod.rs [deleted file]
rust-bindings/rust/src/collection_ref/tests.rs [deleted file]
rust-bindings/rust/src/lib.rs
rust-bindings/rust/src/repo.rs [new file with mode: 0644]
rust-bindings/rust/src/repo/mod.rs [deleted file]
rust-bindings/rust/src/repo/tests.rs [deleted file]
rust-bindings/rust/src/tests/collection_ref.rs [new file with mode: 0644]
rust-bindings/rust/src/tests/mod.rs [new file with mode: 0644]
rust-bindings/rust/src/tests/repo.rs [new file with mode: 0644]